reset
set encoding utf8
set term svg size 600, 800             # qt, windows, wxt, svg, png, jpg etc. (qt erlaubt Export nach SVG und PNG)
                                       # Werden Zeichnungen von einem Terminal exportiert, so sind die Ergebnisse nicht
                                       # mit denen der standardspezifischen Terminals identisch.
set size 1, 1
set   autoscale                        # scale axes automatically
unset log                              # remove any log-scaling
unset label                            # remove any previous labels
unset arrow
set xtics auto                          # set xtics automatically
set ytics auto                          # set ytics automatically
set x2tics auto                          # set ytics automatically
set title "Lichtkegel und Hubblesphäre" font ", 30"     # Titel der Zeichnung
set xlabel "Eigendistanz Mrd. Lichtjahre" font ", 25"   # Bezeichnung x-Achse (waagerecht)
set ylabel "Mrd. Jahre" font ", 25"     # Bezeichnung y-Achse (senkrecht)
set tics font ", 19"  
set xrange [-15:15]                     # set x-Achse, -15 bis +15 Mrd. Lichtjahre
set x2range [-2:2]
set yrange [0:42]                       # set y-Achse (t-Achse, 0-42 Mrd. Jahre)
#set y2range[0:2]
set datafile fortran                   # damit auch FOTRAN-D- und -G-Formate interpretiert werden können. Es wird aber momentan kein Gebrauch davon gemacht.
set datafile separator comma
unset key
set key top right
#set key top center
#set key box
#set key left bottom
#set key bmargin 
set key off

set border 7
set ytics nomirror
set xtics nomirror
#set y2tics
set x2tics textcolor rgb "dark-violet7"
set rmargin 7
set x2label "Rezession in Vielfachen der Lichtgeschwindigkeit" font ", 25" textcolor rgb "dark-violet7"

set output "abb31-phys.svg"
plot "Linie-4&05.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" dt 2,\
     "Linie-8&08.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" dt 2,\
     "Linie-11&88.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" dt 2,\
     "Z28_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" title columnheader(2),\
     "Z28_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z14_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" title columnheader(2),\
     "Z14_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z07_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" title columnheader(2),\
     "Z07_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z21_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" title columnheader(2),\
     "Z21_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z35_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black"title columnheader(2),\
     "Z35_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z42_2.TXT"  using 2:1 with lines lw 1.5 lt rgb "black" title columnheader(2),\
     "Z42_2.TXT"  using 3:1 with lines lw 1.5 lt rgb "black" title columnheader(3),\
     "Z42_2.TXT"  using 4:1 with lines lw 2 lt rgb "red" title columnheader(4),\
     "Z42_2.TXT"  using 5:1 with lines lw 2 lt rgb "red" title columnheader(5),\
     "SF42RA15.TXT" using 3:2 with linespoints lt rgb "black" pt "\U+2014" lw 2,\
     "SF42MA0.TXT" using 2:1 with lines lw 1.5 title columnheader(1),\
     "Z14_2.TXT" using 6:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "Z14_2.TXT" using 7:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "Z28_2.TXT" using 4:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "Z28_2.TXT" using 5:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "Z42_2.TXT" using 8:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "Z42_2.TXT" using 9:1 with lines lw 2 lt rgb "dark-violet7" axis x2y1,\
     "SF42MA1.TXT" using 2:1 with lines lw 2  lt rgb "red" dt 3 axis x2y1,\
     "SF42MAM1.TXT" using 2:1 with lines lw 2  lt rgb "red" dt 3 axis x2y1

#    "Z42_2.TXT" using 6:1 with lines lw 1.5 lt rgb "green",\
#    "Z42_2.TXT"  using 7:1 with lines lw 1.5 lt rgb "green",\
#     "SF42MAq-15.TXT" using 2:1 with lines lw 1.5 lt rgb "red",\
#     "SF42MAHRm2-15.TXT"  using 2:1 with lines lw 1.5 lt rgb "red"


